The web-app-class Element
From Documentation
Syntax:
<web-app-class>a_class_name</web-app-class>
[Default: SimpleWebApp]
It specifies which class is used to implement the Web application. The class must have a default constructor (without any argument), and implement both the WebApp and WebAppCtrl interfaces. Instead of implementing from scratch, you can extend it from the AbstractWebApp or SimpleWebApp classes.
<system-config>
<web-app-class>foo.MyKillerApp</web-app-class>
</system-config>
Alternatively, you could use the web-app-factory-class element instead. Notice, if both specified, the web-app-factory-class element has the higher priority.
Version History
Version | Date | Content |
---|---|---|